login shell - определение. Что такое login shell
Diclib.com
Словарь онлайн

Что (кто) такое login shell - определение

COMMAND-LINE INTERPRETER FOR UNIX OPERATING SYSTEM
UNIX shell; Unix shells; .cshrc; .profile; Linux Shell; Unix Shell; Linux shell; POSIX shell; Shell (Unix); .login; Unix shell command line interpreter
  • tcsh and sh shell windows on a [[Mac OS X Leopard]]<ref name="Vleck" /> desktop

;login:         
TECHNICAL JOURNAL PUBLISHED BY THE USENIX ASSOCIATION
Login (magazine)
;login: is a long-running technical journal published by the USENIX Association, focusing on the UNIX operating system and system administration in general. It was founded by Mel Ferentz in 1975 as UNIX News, changing its name to ;login: in 1977.
.cshrc         
<operating system> (C Shell run commands) A C Shell startup configuration file. This file is found in a user's {home directory} and can contain shell and other commands to set variables, define aliases, and perform any other initialisation which should happen for every shell (as opposed to .login which is only run for a login shell). Compare AUTOEXEC.BAT on MS-DOS. See also rc. (1996-04-09)
Unix shell         
A Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.

Википедия

Unix shell

A Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.

Users typically interact with a Unix shell using a terminal emulator; however, direct operation via serial hardware connections or Secure Shell are common for server systems. All Unix shells provide filename wildcarding, piping, here documents, command substitution, variables and control structures for condition-testing and iteration.